getKeys

open fun getKeys(index: Int): String
Dictionary encoding for keys
repeated string keys = 3;

Return

The keys at the given index.

Parameters

index

The index of the element to return.